![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
Leadtools.Medical.Workstation Namespace : DictionaryWithEvents<TKey,TValue> Class |
The following tables list the members exposed by DictionaryWithEvents<TKey,TValue>.
Name | Description | |
---|---|---|
![]() | DictionaryWithEvents<TKey,TValue> Constructor | Initializes a new instance of the DictionaryWithEvents<TKey,TValue>. |
Name | Description | |
---|---|---|
![]() | Count | Gets the number of key/value pairs contained in the DictionaryWithEvents<TKey,TValue>. |
![]() | IsReadOnly | Gets a value indicating whether the dictionary is read-only. |
![]() | Item | Gets or sets the value associated with the specified key. |
![]() | Keys | Gets a collection containing the keys in the DictionaryWithEvents<TKey,TValue>. |
![]() | Values | Gets a collection containing the values in the DictionaryWithEvents<TKey,TValue>. |
Name | Description | |
---|---|---|
![]() | Add | Overloaded. Adds the specified key and value to the dictionary. |
![]() | Clear | Removes all keys and values from the DictionaryWithEvents<TKey,TValue>. |
![]() | Contains | Determines whether the IDictionary contains an element with the specified item. |
![]() | ContainsKey | Determines whether the DictionaryWithEvents<TKey,TValue> contains the specified key. |
![]() | CopyTo | Copies the elements of the ICollection to an array of type KeyValuePair, starting at the specified array index. |
![]() | GetEnumerator | Returns an enumerator that iterates through the DictionaryWithEvents<TKey,TValue>. |
![]() | Remove | Overloaded. Removes the value with the specified key from the DictionaryWithEvents<TKey,TValue>. |
![]() | TryGetValue | Gets the value associated with the specified key. |
Name | Description | |
---|---|---|
![]() | OnItemAdded | Raises the ItemAdded event. |
![]() | OnItemRemoved | Raises the ItemRemoved event. |
![]() | OnItemUpdated | Raises the ItemUpdated event. |
Name | Description | |
---|---|---|
![]() | ItemAdded | Occurs when an item is added into the DictionaryWithEvents<TKey,TValue>. |
![]() | ItemRemoved | Occurs when an item is removed from the DictionaryWithEvents<TKey,TValue>. |
![]() | ItemUpdated | Occurs when an item in the DictionaryWithEvents<TKey,TValue> is updated. |